diff options
| author | kj_sh604 | 2026-02-14 12:39:43 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-14 12:39:43 -0500 |
| commit | 44e5a55736c4ff99d404441936b055483ed9c42d (patch) | |
| tree | bf22343ade74a79f18b44ea39449903d7501e70d /src/parts/_links.css | |
fork: initial commit, derived from water.css (d950cbc)
Diffstat (limited to 'src/parts/_links.css')
| -rw-r--r-- | src/parts/_links.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/parts/_links.css b/src/parts/_links.css new file mode 100644 index 0000000..24fd086 --- /dev/null +++ b/src/parts/_links.css @@ -0,0 +1,8 @@ +a { + text-decoration: none; + color: var(--links); +} + +a:hover { + text-decoration: underline; +} |
