Browse Source

Add style for code tag

master
Menci 8 years ago
parent
commit
c9af2fbdca
  1. 9
      static/style.css

9
static/style.css

@ -119,3 +119,12 @@ th {
.score { .score {
text-shadow: 0 0 0.1px; text-shadow: 0 0 0.1px;
} }
/* code tag */
:not(pre) > code {
background: #E0E1E2;
padding: 2px;
border-radius: 2px;
color: rgba(0, 0, 0, 0.6);
font-size: 0.85em;
}

Loading…
Cancel
Save