enhanced styles with the new logo
This commit is contained in:
@@ -36,13 +36,14 @@
|
||||
--muted: #6c757d;
|
||||
--text-dark: #212529;
|
||||
--text-light: #ffffff;
|
||||
--bg: #efefef;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
color: var(--text-dark);
|
||||
background-color: var(--white);
|
||||
background-color: var(--bg);
|
||||
}
|
||||
|
||||
/* Tipografía global */
|
||||
@@ -70,7 +71,7 @@ h6 {
|
||||
|
||||
main {
|
||||
color: var(--text-dark);
|
||||
background-color: var(--white);
|
||||
background-color: var(--bg);
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user