This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
tumble
mirror of
https://github.com/adrianshort/tumble.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add stylesheet for post type single layout
master
Adrian Short
7 years ago
parent
eabe679e89
commit
4eae0e8a85
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
static/css/post.css
+ 13
- 0
static/css/post.css
View File
@@ -0,0 +1,13 @@
body {
background-color: white;
color: #333;
}
h1, h2, h3 {
color: #333;
text-transform: none;
}
h1#site-title a, h1#site-title a:visited, h1#site-title a:hover {
color: #777;
}
Write
Preview
Loading…
Cancel
Save