color swap
This commit is contained in:
+6
-4
@@ -233,8 +233,8 @@
|
|||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
:root {
|
:root {
|
||||||
/* colors */
|
/* colors */
|
||||||
--background: #fff;
|
--background: #1e272e;
|
||||||
--foreground: #1e272e;
|
--foreground: #fff;
|
||||||
|
|
||||||
/* fonts */
|
/* fonts */
|
||||||
--font-family: Lato, sans-serif;
|
--font-family: Lato, sans-serif;
|
||||||
@@ -250,6 +250,7 @@
|
|||||||
font-family: Lato;
|
font-family: Lato;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
src: local('Lato Regular'), local('Lato-Regular'),
|
src: local('Lato Regular'), local('Lato-Regular'),
|
||||||
url('./fonts/lato-v14-latin-regular.woff2') format('woff2'),
|
url('./fonts/lato-v14-latin-regular.woff2') format('woff2'),
|
||||||
url('./fonts/lato-v14-latin-regular.woff') format('woff');
|
url('./fonts/lato-v14-latin-regular.woff') format('woff');
|
||||||
@@ -259,6 +260,7 @@
|
|||||||
font-family: Lato;
|
font-family: Lato;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
font-display: swap;
|
||||||
src: local('Lato Black'), local('Lato-Black'),
|
src: local('Lato Black'), local('Lato-Black'),
|
||||||
url('./fonts/lato-v14-latin-900.woff2') format('woff2'),
|
url('./fonts/lato-v14-latin-900.woff2') format('woff2'),
|
||||||
url('./fonts/lato-v14-latin-900.woff') format('woff');
|
url('./fonts/lato-v14-latin-900.woff') format('woff');
|
||||||
@@ -359,7 +361,7 @@
|
|||||||
|
|
||||||
.search-form {
|
.search-form {
|
||||||
background: var(--foreground);
|
background: var(--foreground);
|
||||||
color: var(--background);
|
color: var(--foreground);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -413,7 +415,7 @@
|
|||||||
bottom: -0.3rem;
|
bottom: -0.3rem;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background: var(--background);
|
background: var(--foreground);
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user