Browse Source

Add <code/> style.

Snow 8 years ago
parent
commit
71ee979323
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/index.css

+ 6 - 0
src/index.css

@@ -38,3 +38,9 @@ main {
   }
 }
 
+code {
+  font-family: Courier, monospace;
+  background-color: rgba(27, 31, 35, 0.05);
+  border-radius: 3px;
+  font-size: 85%;
+  padding: 0.2em; }