Style refresh

This commit is contained in:
John O'Nolan
2021-03-01 20:34:12 -05:00
parent b59893091c
commit c680f4efcd
9 changed files with 73 additions and 431 deletions

View File

@ -1,22 +1,3 @@
/* Variables
/* ---------------------------------------------------------- */
:root {
/* Colours */
--brand: #0071ff;
--blue: #3eb0ef;
--green: #a4d037;
--purple: #ad26b4;
--yellow: #fecd35;
--red: #f05230;
--darkgrey: #15171A;
--midgrey: #738a94;
--lightgrey: #c5d2d9;
--whitegrey: #e5eff5;
--pink: #fa3a57;
--darkmode: color-mod(var(--darkgrey) l(+2%));
}
/* Reset
/* ---------------------------------------------------------- */
@ -281,7 +262,7 @@ html {
}
body {
overflow-x: hidden;
color: color-mod(var(--midgrey) l(-30%));
color: #25272A;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 1.6rem;
line-height: 1.6em;
@ -298,7 +279,7 @@ body {
::selection {
text-shadow: none;
background: color-mod(var(--blue) lightness(+30%));
background: #daf2fd;
}
hr {
@ -309,7 +290,7 @@ hr {
padding: 0;
height: 1px;
border: 0;
border-top: 1px solid color-mod(var(--lightgrey) l(+10%));
border-top: 1px solid #f0f0f0;
}
audio,
@ -375,7 +356,7 @@ dt {
float: left;
margin: 0 20px 0 0;
width: 120px;
color: var(--darkgrey);
color: #daf2fd;
font-weight: 500;
text-align: right;
}
@ -388,7 +369,7 @@ dd {
blockquote {
margin: 1.5em 0;
padding: 0 1.6em 0 1.6em;
border-left: var(--whitegrey) 0.5em solid;
border-left: #daf2fd;
}
blockquote p {
@ -416,7 +397,7 @@ blockquote cite a {
}
a {
color: color-mod(var(--blue) l(-5%));
color: #15171A;
text-decoration: none;
}