mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
This commits tweaks the material orange theme to use the exact color hue of Jackys footies. To match this and give a slightly better contrast we also change Jacksy border and logo text color to a slightly darker tone. The original logo.svg is retained for reference, the new logo is logo2, which all the .png variants have now been updated to. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
13 lines
252 B
CSS
13 lines
252 B
CSS
.md-header__title {
|
|
font-size: 1.1rem;
|
|
line-height: 2.6rem;
|
|
}
|
|
|
|
[data-md-color-primary="orange"] {
|
|
--md-primary-fg-color: #ff7f2a;
|
|
--md-primary-bg-color: #5c5f5c;
|
|
}
|
|
[data-md-color-primary="black"] {
|
|
--md-primary-bg-color: #5c5f5c;
|
|
}
|