mirror of
https://github.com/phaleixo/after_install_debian_12.git
synced 2025-12-05 21:49:44 -03:00
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
12 lines
261 B
JavaScript
12 lines
261 B
JavaScript
tailwind.config = {
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
debian: '#A80030',
|
|
debianEmerald: '#05475c',
|
|
debianLight: '#d63368',
|
|
debianDark: '#7a0022',
|
|
}
|
|
}
|
|
}
|
|
}; |