diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-02-17 18:19:21 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-02-17 18:19:21 +0200 |
| commit | b6bba140654c18687e05874e822cccbef6fea4fa (patch) | |
| tree | 5af50be15c9d321d5e9d9cffb2cca0b589e76aa9 /browser/static/styles.css | |
| parent | 001b52fc1b6d2b30b371611f5a8b961e5c6945d3 (diff) | |
Improve templating
Diffstat (limited to 'browser/static/styles.css')
| -rw-r--r-- | browser/static/styles.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/browser/static/styles.css b/browser/static/styles.css index 0faa49f..82bed74 100644 --- a/browser/static/styles.css +++ b/browser/static/styles.css @@ -78,6 +78,16 @@ input[type="submit"] { margin-top: 20px; } +button.link, +input[type="submit"].link { + background: none; + color: var(--blue); + padding: 0; + margin: 0; + text-decoration: underline; + font-family: "Inclusive Sans"; +} + button.red, input[type="submit"].red { background-color: var(--red); |
