Browse Source

fixed extra semi

pull/1/head
Simone A 4 years ago
committed by GitHub
parent
commit
d8425ae9a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      theme-custom.css

2
theme-custom.css

@ -515,7 +515,7 @@ background : #090e16 !important;
.x-message-box-guru-body {
border : 5px solid #990d0d;
color : #990d0d;
font-family : 'Saira Condensed', sans-serif; monospace;
font-family : 'Saira Condensed', sans-serif, monospace;
font-weight : 600;
font-size : 23px;
}

Loading…
Cancel
Save