mirror of
https://github.com/phaleixo/after_install_debian_12.git
synced 2026-03-21 15:28:56 -03:00
modified: index.html
modified: scripts/index.js new file: styles/icons/debian-brands-solid.svg renamed: image/banner/banner_debian12_emerald.png -> styles/images/banner/banner_debian12_emerald.png new file: tailwind.config.js
This commit is contained in:
12
tailwind.config.js
Normal file
12
tailwind.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
tailwind.config = {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
debian: '#A80030',
|
||||
debianEmerald: '#05475c',
|
||||
debianLight: '#d63368',
|
||||
debianDark: '#7a0022',
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user