This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
crux.sexy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add monospace fallback for titles
master
Fen Dweller
5 years ago
parent
3cdec8aebb
commit
04481f0f19
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
static/sexy.css
+ 1
- 1
static/sexy.css
View File
@@ -217,7 +217,7 @@ a:hover {
top: 50%;
transform: translate(-50%, -50%) scale(1, 1);
z-index: 1;
font-family: 'Source Code Pro';
font-family: 'Source Code Pro'
, monospace
;
transition: 0.4s ease-out;
}
Write
Preview
Loading…
Cancel
Save