diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-15 22:42:17 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-15 22:42:17 +0100 |
| commit | 87c3ff44381d270f3a4f4c384f674f85a7f178a1 (patch) | |
| tree | edd32d40bb39eebb699790a83302e2d38e1c35c8 /app/assets | |
| parent | 38c383b22d3999f0c1184dbc7b1d80573e4ee278 (diff) | |
| download | operum-87c3ff44381d270f3a4f4c384f674f85a7f178a1.tar.gz operum-87c3ff44381d270f3a4f4c384f674f85a7f178a1.zip | |
things: added the 'phd' kind
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/things.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/things.css b/app/assets/stylesheets/things.css index 74cffe1..7d2a424 100644 --- a/app/assets/stylesheets/things.css +++ b/app/assets/stylesheets/things.css @@ -96,3 +96,7 @@ h5 a { .dot_letters { background-color: #4bacc6; } + +.dot_phd { + background-color: #cccccc; +} |
