diff options
| author | Kumar Priyansh <[email protected]> | 2020-08-31 01:34:16 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-08-31 01:34:16 +0530 |
| commit | 3a660d4bb6e70afb7dd5baa8ecb81fd4213f38de (patch) | |
| tree | f6fd1c9ae4f42774c86c1a04e839aee97bc1b640 /app/css | |
| parent | 8fc8fdd041263b69de149c68d29670597d6cfa38 (diff) | |
| download | dictionary-3a660d4bb6e70afb7dd5baa8ecb81fd4213f38de.tar.xz dictionary-3a660d4bb6e70afb7dd5baa8ecb81fd4213f38de.zip | |
Add synonyms and remove example text
Diffstat (limited to 'app/css')
| -rw-r--r-- | app/css/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/css/style.css b/app/css/style.css index 11c0805..1b86840 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -73,3 +73,17 @@ body { color: #ffffff96; font-style: italic; } + +.synonym { + color: #ffffff96; + font-size: 1.2rem; +} + +.synonymLink { + color: #ffffff; + cursor: pointer; +} + +.synonymLink:hover { + text-decoration: underline; +} |
