diff --git a/src/_includes/base.njk b/src/_includes/base.njk index e9f7784..256764b 100644 --- a/src/_includes/base.njk +++ b/src/_includes/base.njk @@ -12,6 +12,7 @@ {{ title }} - cheri.pink + diff --git a/src/index.md b/src/index.md index aefd46c..d6a336f 100644 --- a/src/index.md +++ b/src/index.md @@ -28,14 +28,17 @@ Depends on the season, no? *** +Personal TODO: I know stuff is a bit hard to read being same color, I want to pimp up the styles of header elements and such so pages look less bland + now what?
hm.. how about this?
## Some other pages yay -[Some stuffs I do on the interwebs!](/things-i-do/) - -[How I computers - bip bup](/hardware-software/) + Anyway diff --git a/src/resources/elements.css b/src/resources/elements.css new file mode 100644 index 0000000..bf43cc5 --- /dev/null +++ b/src/resources/elements.css @@ -0,0 +1,15 @@ +.link-btn-group .button { + border-radius: 5px; + background-color: var(--dark_grey); + color: var(--fg); + padding: 7px 16px; + margin: 4px; + text-align: center; + text-decoration: none; + cursor: pointer; + display: block; +} + +.link-btn-group .button:hover { + background-color: var(--bg_grey); +} \ No newline at end of file