commit ca5303aee7e21b88e7a70990c8101f1c6c154375
parent 7d6551814161ea1cc61112ace4cdc607831ff5fb
Author: Demonstrandum <moi@knutsen.co>
Date: Sat, 10 Oct 2020 21:55:10 +0100
Change selection colour.
Diffstat:
3 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,2 +1,13 @@
# Knutsen Homepage
[knutsen.co](https://knutsen.co/)
+
+## Build with `seam`
+[`seam`](https://git.knutsen.co/seam)
+(**s**ymbolic **e**xpressions **a**s **m**arkup)
+is needed to build the `.sex` (**s**ymbolic **ex**pression) files.
+
+After that, it's just to run the Makefile:
+```sh
+$ make clean
+$ make
+```
diff --git a/date-mark.sex b/date-mark.sex
@@ -1,5 +1,5 @@
(time :id date
- :title "Date website was last compiled."
+ :title "Date webpage was last compiled."
~(%date "%Y.%m.%d"))
(style
diff --git a/styles/main.sex b/styles/main.sex
@@ -18,6 +18,14 @@
:align-items center
:justify-content center)
+("::selection"
+ :background #66666647
+ :color #222)
+
+("::-moz-selection"
+ :background #66666647
+ :color #222)
+
(li :list-style none)
(li:before :content '*'
:display inline-block