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;
|
||||
@gray: #b7b7b7;
|
||||
@accent: #2eaf5e; // green
|
||||
@accent: #0096cc;
|
||||
@black-background: @black;
|
||||
@white: #fefefe;
|
||||
@milk: #fefefe;
|
||||
|
@@ -10,7 +10,7 @@
|
||||
color: #b7b7b7 !important;
|
||||
}
|
||||
.accent {
|
||||
color: #2eaf5e !important;
|
||||
color: #0096cc !important;
|
||||
}
|
||||
@media (min-width: 550px) {
|
||||
.small-screens-only {
|
||||
@@ -485,7 +485,7 @@ body {
|
||||
}
|
||||
}
|
||||
a {
|
||||
color: #2eaf5e;
|
||||
color: #0096cc;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
|
Reference in New Issue
Block a user