diff options
| author | Christine Dodrill <me@christine.website> | 2020-11-20 17:36:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-20 17:36:51 -0500 |
| commit | f5a86eafb853c1e92be5f0a7ff9ea072e0886b0b (patch) | |
| tree | 5d7c73b29c97584410862814ebf78db31fa56ba2 /css | |
| parent | 2dde44763dd850322734a60f5f8d818362a53f59 (diff) | |
| download | xesite-f5a86eafb853c1e92be5f0a7ff9ea072e0886b0b.tar.xz xesite-f5a86eafb853c1e92be5f0a7ff9ea072e0886b0b.zip | |
Prometheus grafana loki nixos (#266)
* prometheus-grafana-loki-nixos post
* simple fix
Diffstat (limited to 'css')
| -rw-r--r-- | css/hack.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/hack.css b/css/hack.css index fa32382..5a7346c 100644 --- a/css/hack.css +++ b/css/hack.css @@ -218,7 +218,7 @@ a:hover { overflow: hidden; } .hack h1:after { - content: "===================================================================================================="; + content: "==============================================================================================================================================================="; position: absolute; bottom: 10px; left: 0; @@ -315,7 +315,7 @@ a:hover { margin: 20px 0; } .hack hr:after { - content: "----------------------------------------------------------------------------------------------------"; + content: "---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------"; position: absolute; top: 0; left: 0; |
