This website works better with JavaScript.
Home
Explore
Help
Sign In
ObsidianBlk
/
nespaint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Small fix to anchor text for TABs
dev
Bryan Miller
5 years ago
parent
d9ecac6506
commit
6b2148508f
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
+2
-1
sass/tabs.scss
+ 2
- 1
sass/tabs.scss
View File
@@ -21,7 +21,8 @@
}
a {
padding: 0 10px;
color: inherit;
padding: 0 10px;
text-decoration: none;
}
Write
Preview
Loading…
Cancel
Save