|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
:root {
|
|
|
|
|
--fg-col: #FFFFFF;
|
|
|
|
|
--main-col: #d2738a;
|
|
|
|
|
/*--main-col: #d2738a;*/
|
|
|
|
|
--main-col: #2d8c75;
|
|
|
|
|
--bg-col: #000000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -80,3 +81,20 @@ a:hover {
|
|
|
|
|
.arrow:hover {
|
|
|
|
|
animation: wiredarrow 1s ease-in-out infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
mark {
|
|
|
|
|
background-color:var(--main-col);
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
kbd {
|
|
|
|
|
font-feature-settings:normal;
|
|
|
|
|
color: rgba(0, 0, 0, 0.9);
|
|
|
|
|
background:var(--main-col);
|
|
|
|
|
margin:2px 2px;
|
|
|
|
|
font-family: 'pxplus_ibm_vga9regular';
|
|
|
|
|
src: url('/styles/pxplus_ibm_vga9-webfont.woff2') format('woff2'),
|
|
|
|
|
url('/styles/pxplus_ibm_vga9-webfont.woff') format('woff');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|