diff options
author | Alan Pearce | 2023-06-21 13:14:05 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-21 13:14:05 +0200 |
commit | f8acc923560a4b3fde660256ae7b7a6f9688b306 (patch) | |
tree | 8740f254e851f05f3984fadc837a9d557db0769c /themes/bear/templates/style.html | |
parent | 3d3ac02cf53695838eb149cc5c3a395fa4077db8 (diff) | |
download | website-f8acc923560a4b3fde660256ae7b7a6f9688b306.tar.lz website-f8acc923560a4b3fde660256ae7b7a6f9688b306.tar.zst website-f8acc923560a4b3fde660256ae7b7a6f9688b306.zip |
Move header link inside heading
Diffstat (limited to 'themes/bear/templates/style.html')
-rw-r--r-- | themes/bear/templates/style.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/bear/templates/style.html b/themes/bear/templates/style.html index 4744695..b242914 100644 --- a/themes/bear/templates/style.html +++ b/themes/bear/templates/style.html @@ -28,6 +28,7 @@ } .title { + color: #222; text-decoration: none; border: 0; } |