prettyify code

This commit is contained in:
Lee
2023-12-30 23:03:54 +00:00
parent 6fd5fdb7fe
commit ea15b979d5
28 changed files with 2179 additions and 1688 deletions

View File

@ -1,17 +1,17 @@
@font-face {
font-family: 'icomoon';
src:
url('../fonts/icomoon.ttf?gn52nv') format('truetype'),
url('../fonts/icomoon.woff?gn52nv') format('woff'),
url('../fonts/icomoon.svg?gn52nv#icomoon') format('svg');
font-family: "icomoon";
src: url("../fonts/icomoon.ttf?gn52nv") format("truetype"),
url("../fonts/icomoon.woff?gn52nv") format("woff"),
url("../fonts/icomoon.svg?gn52nv#icomoon") format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
font-family: "icomoon" !important;
speak: none;
font-style: normal;
font-weight: normal;

View File

@ -3,20 +3,20 @@
@import url(../css/icons.css);
* {
margin: 0;
padding: 0;
margin: 0;
padding: 0;
}
:root {
--color-dark-gray: #A3A3A3;
--color-gold: #FFD700;
--color-dark-gray: #a3a3a3;
--color-gold: #ffd700;
--color-dark-purple: #6c5ce7;
--color-light-purple: #a29bfe;
--color-dark-blue: #0984e3;
--color-light-blue: #74b9ff;
--theme-color-dark: #3B3738;
--theme-color-light: #EBEBEB;
--theme-color-dark: #3b3738;
--theme-color-light: #ebebeb;
--border-radius: 1px;
@ -27,12 +27,12 @@
--background-color: var(--theme-color-light);
--text-decoration-color: var(--theme-color-dark);
--text-color: #000;
--text-color-inverted: #FFF;
--text-color-inverted: #fff;
}
body {
background: #212021;
color: #FFF;
color: #fff;
}
@media (prefers-color-scheme: dark) {
@ -42,13 +42,13 @@ body {
--color-blue-inverted: var(--color-light-blue);
--background-color: var(--theme-color-dark);
--text-decoration-color: var(--theme-color-light);
--text-color: #FFF;
--text-color: #fff;
--text-color-inverted: #000;
}
body {
background: #1c1b1c;
color: #FFF;
color: #fff;
}
}
@ -60,8 +60,9 @@ body {
}
/* Page layout */
html, body {
height: 100%;
html,
body {
height: 100%;
}
a {
@ -81,7 +82,7 @@ a:hover {
}
strong {
font-weight: 700;
font-weight: 700;
}
/* Logo */
@ -316,12 +317,14 @@ footer a:hover {
padding-right: 65px;
}
#big-graph, #big-graph-controls, #big-graph-checkboxes {
width: 90%;
#big-graph,
#big-graph-controls,
#big-graph-checkboxes {
width: 90%;
}
#big-graph-checkboxes > table {
width: 100%;
width: 100%;
}
#big-graph {