diff options
| author | verdant <im@verdant.ee> | 2026-07-03 11:47:08 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-03 11:47:08 +0800 |
| commit | e0f51bed1ba7e36425d77ffc183ecb390c6beda9 (patch) | |
| tree | 6d969f5667b1bddaee46b83f1c536c7846c77dc5 /layouts | |
| parent | df4102129707d8bc5485444fffa1cee5caaf9eef (diff) | |
| download | blog-e0f51bed1ba7e36425d77ffc183ecb390c6beda9.tar.gz blog-e0f51bed1ba7e36425d77ffc183ecb390c6beda9.zip | |
Modify color of <a>
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/style.html | 2 |
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> |
