35 lines
1.0 KiB
CSS
35 lines
1.0 KiB
CSS
|
/* overlay for MVP.css v1.15 - https://github.com/andybrewer/mvp */
|
||
|
|
||
|
:root {
|
||
|
--active-brightness: 0.85;
|
||
|
--border-radius: 5px;
|
||
|
--box-shadow: 2px 2px 10px;
|
||
|
--color-accent: #118bee15;
|
||
|
--color-bg: #0d0711;
|
||
|
--color-bg-secondary: #e9e9e9;
|
||
|
--color-link: #118bee;
|
||
|
--color-secondary: #920de9;
|
||
|
--color-secondary-accent: #920de90b;
|
||
|
--color-shadow: #f4f4f4;
|
||
|
--color-table: #118bee;
|
||
|
--color-text: #737f8a;
|
||
|
--color-text-secondary: #999;
|
||
|
--color-scrollbar: #cacae8;
|
||
|
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||
|
--hover-brightness: 1.2;
|
||
|
--justify-important: center;
|
||
|
--justify-normal: left;
|
||
|
--line-height: 1.5;
|
||
|
--width-card: 285px;
|
||
|
--width-card-medium: 460px;
|
||
|
--width-card-wide: 800px;
|
||
|
--width-content: 1080px;
|
||
|
}
|
||
|
|
||
|
header {
|
||
|
background-image: url(logo.png);
|
||
|
background-repeat: no-repeat;
|
||
|
background-position-x: center;
|
||
|
text-align: var(--justify-important);
|
||
|
}
|