mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
New colors
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
@black: #333;
|
@black: #333;
|
||||||
@gray: #b7b7b7;
|
@gray: #b7b7b7;
|
||||||
@accent: #2eaf5e; // green
|
@accent: #0096cc;
|
||||||
@black-background: @black;
|
@black-background: @black;
|
||||||
@white: #fefefe;
|
@white: #fefefe;
|
||||||
@milk: #fefefe;
|
@milk: #fefefe;
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
color: #b7b7b7 !important;
|
color: #b7b7b7 !important;
|
||||||
}
|
}
|
||||||
.accent {
|
.accent {
|
||||||
color: #2eaf5e !important;
|
color: #0096cc !important;
|
||||||
}
|
}
|
||||||
@media (min-width: 550px) {
|
@media (min-width: 550px) {
|
||||||
.small-screens-only {
|
.small-screens-only {
|
||||||
@@ -485,7 +485,7 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #2eaf5e;
|
color: #0096cc;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Reference in New Issue
Block a user