diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-07-06 23:15:56 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-07-06 23:17:56 +0100 |
| commit | 67a229b8a3152329917a0e783822c71d4a53d978 (patch) | |
| tree | c8eac9da8f906dfd92c6bc90833ddee367933b81 /app/scss | |
| parent | 9dd3570a52027ecb8e84dacb87d66fc511812c3c (diff) | |
| download | cheatdb-67a229b8a3152329917a0e783822c71d4a53d978.tar.xz | |
Add WIP forum topic support
Diffstat (limited to 'app/scss')
| -rw-r--r-- | app/scss/components.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/scss/components.scss b/app/scss/components.scss index aac5e26..a90a510 100644 --- a/app/scss/components.scss +++ b/app/scss/components.scss @@ -451,3 +451,7 @@ table.fancyTable tfoot td { .table-topalign td { vertical-align: top; } + +.wiptopic a { + color: #7ac; +} |
