Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Shenlin
/
markdown-view
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
lintry
2018-02-26 10:21:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
48ee9046649be2c363429c15e924090c9005c28a
48ee9046
1 parent
19689b57
调整样式字体
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
themes/news/news.css
themes/news/news.css
View file @
48ee904
...
...
@@ -84,7 +84,7 @@
.news
h2
{
width
:
max-content
;
margin
:
0.8rem
auto
;
font-size
:
1.
6
rem
;
font-size
:
1.
5
rem
;
border-bottom
:
1px
solid
#bbb
;
padding-bottom
:
0.5rem
;
text-align
:
center
;
...
...
@@ -123,16 +123,20 @@
}
.news
p
{
font-size
:
14px
;
line-height
:
1.6rem
;
margin-bottom
:
2rem
;
}
.news
li
{
font-size
:
14px
;
line-height
:
1.6rem
;
}
.news
p
>
code
{
color
:
#eee
;
font-weight
:
700
;
color
:
#eae5c2
;
font-size
:
14px
;
padding
:
3px
;
background
:
#
666
background
:
#
2c403c
;
}
.news
pre
>
code
{
...
...
Please
register
or
login
to post a comment