diff options
| author | smdyv <88971341+smdyv@users.noreply.github.com> | 2022-08-25 15:05:41 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 37253ffa17c63ea3fd0c201fa4e62ee36e5ce2ff (patch) | |
| tree | 52d0fc8f2a0df09051dc9a580f8c10370de07f75 /static/main.css | |
| parent | f8f393e138b4bb6890fab60c07e23d66345c1404 (diff) | |
Add highlighting style for placeholders
This is in accordance with Google's developer documentation style guide.
Diffstat (limited to 'static/main.css')
| -rw-r--r-- | static/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css index 16659888..9ae7df0f 100644 --- a/static/main.css +++ b/static/main.css @@ -52,6 +52,10 @@ code { border-radius: 2.5px; } +var { + color: #ba1a1a; +} + #site-menu ul { display: flex; flex-wrap: nowrap; |
