removed '--blue'
This commit is contained in:
parent
7eb3e107c0
commit
90967ede93
11 changed files with 58 additions and 98 deletions
|
@ -1,39 +1,3 @@
|
|||
/* Font Definitions */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local(''),
|
||||
url('/static/fonts/inter-v12-latin-300.woff2') format('woff2'),
|
||||
url('/static/fonts/inter-v12-latin-300.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local(''),
|
||||
url('/static/fonts/inter-v12-latin-regular.woff2') format('woff2'),
|
||||
url('/static/fonts/inter-v12-latin-regular.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local(''),
|
||||
url('/static/fonts/inter-v12-latin-700.woff2') format('woff2'),
|
||||
url('/static/fonts/inter-v12-latin-700.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Material Icons Round';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/static/fonts/material-icons-round-v108-latin-regular.woff2') format('woff2');
|
||||
}
|
||||
|
||||
/* General Styles */
|
||||
body, html {
|
||||
margin: 0;
|
||||
|
@ -92,7 +56,7 @@ body.menu-open {
|
|||
|
||||
#search-wrapper-ico:hover {
|
||||
transition: color 0.3s ease;
|
||||
color: var(--blue);
|
||||
color: var(--font-fg);
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
@ -227,7 +191,7 @@ body.menu-open {
|
|||
}
|
||||
|
||||
.icon-button button:hover {
|
||||
color: var(--blue);
|
||||
color: var(--font-fg);
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
|
@ -240,7 +204,7 @@ body.menu-open {
|
|||
|
||||
.icon-button:hover button,
|
||||
.icon-button:hover p {
|
||||
color: var(--blue);
|
||||
color: var(--font-fg);
|
||||
font-weight: normal;
|
||||
transform: none;
|
||||
}
|
||||
|
@ -261,7 +225,7 @@ body.menu-open {
|
|||
|
||||
.settings-icon-link-search:hover {
|
||||
text-decoration: none;
|
||||
color: var(--blue);
|
||||
color: var(--font-fg);
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
|
@ -303,7 +267,7 @@ body.menu-open {
|
|||
}
|
||||
|
||||
.side-nav:hover .closebtn:hover {
|
||||
color: var(--blue);
|
||||
color: var(--font-fg);
|
||||
transition: color 0.3s ease;
|
||||
background: none;
|
||||
}
|
||||
|
@ -328,7 +292,7 @@ body.menu-open {
|
|||
.side-nav button:hover,
|
||||
.side-nav select:hover {
|
||||
background-color: var(--search-select);
|
||||
color: var(--blue);
|
||||
color: var(--font-fg);
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -434,6 +398,6 @@ html, body {
|
|||
Remove default focus outline and add custom focus style
|
||||
.wrapper input[type="text"]:focus {
|
||||
outline: none;
|
||||
border: 1px solid var(--blue);
|
||||
border: 1px solid var(--font-fg);
|
||||
box-shadow: none;
|
||||
} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue