diff --git a/css/style.css b/css/style.css index 6775a28..b82ca1f 100644 --- a/css/style.css +++ b/css/style.css @@ -13,6 +13,11 @@ html { justify-content: center; } +::selection { + background-color: var(--fg-color); + color: var(--bg-color); +} + body { width: 80ch; height: 100%;