1
0
Fork 0

update colorscheme

master
Rostyslav Hnatyshyn 2 weeks ago
parent 594cfa45d6
commit 5d36ae4a3c
  1. 8
      css/default.scss
  2. 2
      index.html

@ -9,9 +9,9 @@ $themes: (
"filter": invert(0) "filter": invert(0)
), ),
"dark": ( "dark": (
"primary": #88d498, "primary": #978159,
"secondary": #db5375, "secondary": #725C50,
"background": #161616, "background": #171717,
"text": white, "text": white,
"filter": invert(1) "filter": invert(1)
) )
@ -27,7 +27,7 @@ $themes: (
} }
html { html {
font-family: "SpaceGrotesk"; font-family: "CMUSerif";
} }
a { a {

@ -4,7 +4,7 @@ title: Home
<p> <p>
My name is (R)ostyslav Hnaty(shyn), but I go by Rosty. My name is (R)ostyslav Hnaty(shyn), but I go by Rosty.
I am a third year PhD student at the <a href="https://vader.lab.asu.edu/#/">Visual Analytics and Data Exploration Research (VADER) Lab</a> at Arizona State University. I am a fourth year PhD student at the <a href="https://vader.lab.asu.edu/#/">Visual Analytics and Data Exploration Research (VADER) Lab</a> at Arizona State University.
</p> </p>
<p> <p>

Loading…
Cancel
Save