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 23:15:08 -04:00
committed by Daniel Micay
parent f8f393e138
commit 37253ffa17
4 changed files with 41 additions and 37 deletions
+4
View File
@@ -52,6 +52,10 @@ code {
border-radius: 2.5px;
}
var {
color: #ba1a1a;
}
#site-menu ul {
display: flex;
flex-wrap: nowrap;