diff options
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> |