aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-03 11:47:08 +0800
committerverdant <im@verdant.ee>2026-07-03 11:47:08 +0800
commite0f51bed1ba7e36425d77ffc183ecb390c6beda9 (patch)
tree6d969f5667b1bddaee46b83f1c536c7846c77dc5 /layouts
parentdf4102129707d8bc5485444fffa1cee5caaf9eef (diff)
downloadblog-e0f51bed1ba7e36425d77ffc183ecb390c6beda9.tar.gz
blog-e0f51bed1ba7e36425d77ffc183ecb390c6beda9.zip
Modify color of <a>
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/style.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index 0ab37a8..7cfab3a 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -9,7 +9,7 @@
img { max-width: 100%; }
a, a:visited {
- color: #2e7fcc;
+ color: #136cc0;
}
</style>