removed '--blue'

This commit is contained in:
partisan 2024-12-03 22:06:40 +01:00
parent 7eb3e107c0
commit 90967ede93
11 changed files with 58 additions and 98 deletions

View file

@ -1,50 +1,3 @@
/* inter-300 - latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
src: local(''),
url('/static/fonts/inter-v12-latin-300.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('/static/fonts/inter-v12-latin-300.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-regular - latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: local(''),
url('/static/fonts/inter-v12-latin-regular.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('/static/fonts/inter-v12-latin-regular.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-700 - latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: local(''),
url('/static/fonts/inter-v12-latin-700.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('/static/fonts/inter-v12-latin-700.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* material-icons-round-regular - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Material Icons Round';
font-style: normal;
font-weight: 400;
src: url('/static/fonts/material-icons-round-v108-latin-regular.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.highlight {
color: var(--highlight);
font-weight: bold;
@ -89,7 +42,7 @@
#search-wrapper-ico:hover,
#clearSearch:hover {
transition: all .3s ease;
color: var(--blue);
color: var(--font-fg);
}
#sub-search-wrapper-ico {
@ -219,7 +172,7 @@ html {
color: var(--fff);
letter-spacing: normal;
border-radius: 8px;
background-color: var(--blue);
background-color: var(--font-fg);
height: 50px;
margin: auto;
margin: 4px;
@ -323,7 +276,7 @@ html {
}
.img_title {
color: var(--blue);
color: var(--font-fg);
}
.image img {
@ -845,7 +798,7 @@ form.torrent-sort {
.settings-search-div:hover a,
.settings-search-div:hover button {
transition: all .3s ease;
color: var(--blue);
color: var(--font-fg);
}
.settings-results-link,
@ -922,7 +875,7 @@ button {
}
.X {
color: var(--blue);
color: var(--font-fg);
}
.search-container input {
@ -1148,17 +1101,17 @@ p {
}
.search-active {
color: var(--blue) !important;
color: var(--font-fg) !important;
}
.search-container-results-btn {
display: flex;
color: var(--blue);
color: var(--font-fg);
}
.search-container-results-btn:hover button {
transition: all 0.3s ease;
color: var(--blue);
color: var(--font-fg);
}
.sub-search-button-wrapper img {