mirror of
https://github.com/hnhx/librex.git
synced 2025-01-10 19:52:40 -03:00
Update styles.css
This commit is contained in:
parent
e82ea508df
commit
10e2422a5e
1 changed files with 2 additions and 63 deletions
|
@ -1,66 +1,5 @@
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
|
||||||
/* nunito-sans-300 - latin */
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Nunito Sans';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 300;
|
|
||||||
src: url('../fonts/nunito-sans-v12-latin-300.eot');
|
|
||||||
/* IE9 Compat Modes */
|
|
||||||
src: local(''),
|
|
||||||
url('../fonts/nunito-sans-v12-latin-300.eot?#iefix') format('embedded-opentype'),
|
|
||||||
/* IE6-IE8 */
|
|
||||||
url('../fonts/nunito-sans-v12-latin-300.woff2') format('woff2'),
|
|
||||||
/* Super Modern Browsers */
|
|
||||||
url('../fonts/nunito-sans-v12-latin-300.woff') format('woff'),
|
|
||||||
/* Modern Browsers */
|
|
||||||
url('../fonts/nunito-sans-v12-latin-300.ttf') format('truetype'),
|
|
||||||
/* Safari, Android, iOS */
|
|
||||||
url('../fonts/nunito-sans-v12-latin-300.svg#NunitoSans') format('svg');
|
|
||||||
/* Legacy iOS */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* nunito-sans-regular - latin */
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Nunito Sans';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 400;
|
|
||||||
src: url('../fonts/nunito-sans-v12-latin-regular.eot');
|
|
||||||
/* IE9 Compat Modes */
|
|
||||||
src: local(''),
|
|
||||||
url('../fonts/nunito-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
|
|
||||||
/* IE6-IE8 */
|
|
||||||
url('../fonts/nunito-sans-v12-latin-regular.woff2') format('woff2'),
|
|
||||||
/* Super Modern Browsers */
|
|
||||||
url('../fonts/nunito-sans-v12-latin-regular.woff') format('woff'),
|
|
||||||
/* Modern Browsers */
|
|
||||||
url('../fonts/nunito-sans-v12-latin-regular.ttf') format('truetype'),
|
|
||||||
/* Safari, Android, iOS */
|
|
||||||
url('../fonts/nunito-sans-v12-latin-regular.svg#NunitoSans') format('svg');
|
|
||||||
/* Legacy iOS */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* nunito-sans-700 - latin */
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Nunito Sans';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 700;
|
|
||||||
src: url('../fonts/nunito-sans-v12-latin-700.eot');
|
|
||||||
/* IE9 Compat Modes */
|
|
||||||
src: local(''),
|
|
||||||
url('../fonts/nunito-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'),
|
|
||||||
/* IE6-IE8 */
|
|
||||||
url('../fonts/nunito-sans-v12-latin-700.woff2') format('woff2'),
|
|
||||||
/* Super Modern Browsers */
|
|
||||||
url('../fonts/nunito-sans-v12-latin-700.woff') format('woff'),
|
|
||||||
/* Modern Browsers */
|
|
||||||
url('../fonts/nunito-sans-v12-latin-700.ttf') format('truetype'),
|
|
||||||
/* Safari, Android, iOS */
|
|
||||||
url('../fonts/nunito-sans-v12-latin-700.svg#NunitoSans') format('svg');
|
|
||||||
/* Legacy iOS */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Material Icons Round */
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Material Icons Round';
|
font-family: 'Material Icons Round';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
@ -87,7 +26,7 @@
|
||||||
html {
|
html {
|
||||||
color: var(--main-fg);
|
color: var(--main-fg);
|
||||||
background-color: var(--main-bg);
|
background-color: var(--main-bg);
|
||||||
font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -141,7 +80,7 @@ a:hover,
|
||||||
background-color: var(--search-container-background-color);
|
background-color: var(--search-container-background-color);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
font-family: sans-serif;
|
font-family: inherit;
|
||||||
border: 1px solid #5f6368;
|
border: 1px solid #5f6368;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue