edited style and added games page
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<Footer />
|
||||
|
||||
<style>
|
||||
@import url('https://fonts.upset.dev/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Michroma&family=Space+Grotesk:wght@300..700&display=swap');
|
||||
@import url('https://fonts.upset.dev/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
|
||||
|
||||
@font-face {
|
||||
font-family: 'Monument Extended';
|
||||
@@ -75,7 +75,7 @@
|
||||
--color-text: #d0d0d0;
|
||||
--color-text-img: invert(98%) sepia(1%) saturate(4643%) hue-rotate(297deg) brightness(115%) contrast(76%);
|
||||
--color-text-dark: #1e1e1e;
|
||||
--color-highlight: #DB7072 !important;
|
||||
--color-highlight: #51B86B !important;
|
||||
|
||||
--color-background: #1b1b1b;
|
||||
--color-background-highlight: color-mix(in srgb, var(--color-highlight) 10%, transparent);
|
||||
@@ -91,8 +91,10 @@
|
||||
--color-link-hovered: #ffdad5;
|
||||
|
||||
--font-title: 'Monument Extended';
|
||||
--font-sans-serif: 'Manrope', 'Lato', sans-serif;
|
||||
--font-sans-serif: 'Inter', 'Lato', sans-serif;
|
||||
--font-mono: 'IBM Plex Mono', monospace;
|
||||
|
||||
--page-width: 1200px;
|
||||
}
|
||||
|
||||
html {
|
||||
@@ -106,6 +108,7 @@
|
||||
font-size: 1.1rem;
|
||||
color: var(--color-text); /* text colour */
|
||||
|
||||
margin: 0;
|
||||
background-color: var(--color-background);
|
||||
}
|
||||
|
||||
@@ -126,7 +129,7 @@
|
||||
p, span, li, pre, a {
|
||||
color: var(--color-text);
|
||||
line-height: 1.7rem;
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
}
|
||||
.styled-list {
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user