Add highlighting style for placeholders

This is in accordance with Google's developer documentation style guide.
This commit is contained in:
smdyv
2022-08-25 15:05:41 +02:00
committed by Daniel Micay
parent f8f393e138
commit 37253ffa17
4 changed files with 41 additions and 37 deletions

View File

@@ -52,6 +52,10 @@ code {
border-radius: 2.5px;
}
var {
color: #ba1a1a;
}
#site-menu ul {
display: flex;
flex-wrap: nowrap;