diff options
author | FChannel <> | 2021-05-13 23:47:42 -0700 |
---|---|---|
committer | FChannel <> | 2021-05-13 23:47:42 -0700 |
commit | fbd5e54c952663d0f0fab352d37d3baeefdb2e53 (patch) | |
tree | 938214b4cd24f4a5340ab05d5e349e34e503eb1f /static/main.html | |
parent | 20d0aee3f0bf987eb7e8999977bb25577df7b2d3 (diff) |
improved tripcodes
Diffstat (limited to 'static/main.html')
-rw-r--r-- | static/main.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/main.html b/static/main.html index 5c39a40..1cd2aff 100644 --- a/static/main.html +++ b/static/main.html @@ -65,6 +65,9 @@ background-color: #f0c0b0; {{ end }} } + .tripcode { + color: #117743; + } </style> {{ template "header" . }} </head> |