This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
Fixed some buttons being selectable
tags/v1.0.0
Fen Dweller
6 years ago
parent
04934d855f
commit
59d78f4dbe
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
style.css
+ 2
- 0
style.css
View File
@@ -319,6 +319,7 @@ body.dark .custom-category div {
background: #222;
background: #222;
}
}
.custom-header-static {
.custom-header-static {
user-select: none;
font-size: 250%;
font-size: 250%;
margin: 10px;
margin: 10px;
display: inline-block;
display: inline-block;
@@ -333,6 +334,7 @@ body.dark .custom-header-static {
}
}
.custom-header {
.custom-header {
user-select: none;
font-size: 250%;
font-size: 250%;
margin: 10px;
margin: 10px;
display: inline-block;
display: inline-block;
Write
Preview
Loading…
Cancel
Save