mirror of
https://github.com/TrentSPalmer/attentionspanhistory.git
synced 2025-08-02 15:03:58 -07:00
create theme and fix headings in blog post
This commit is contained in:
15
themes/bstrapplus/static/css/main.css
Normal file
15
themes/bstrapplus/static/css/main.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.entry-content p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.entry-title a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #6c757d;
|
||||
}
|
Reference in New Issue
Block a user