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-24 18:28:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
19689b576202c1b5cdec875aacfdefbe9dec3502
19689b57
1 parent
ce744ea9
调整代码的样式
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
themes/news/news.css
themes/news/news.css
View file @
19689b5
...
...
@@ -53,7 +53,7 @@
border-left
:
3px
solid
#bbb
;
padding
:
0
15px
;
font-style
:
italic
;
color
:
#
777
;
color
:
#
666
;
margin
:
2rem
;
}
...
...
@@ -128,9 +128,11 @@
}
.news
p
>
code
{
color
:
#777777
;
color
:
#eee
;
font-weight
:
700
;
font-size
:
14px
;
padding
:
3px
;
background
:
#666
}
.news
pre
>
code
{
...
...
@@ -139,6 +141,13 @@
font-weight
:
normal
;
}
.news
pre
>
.language-shell
{
background
:
black
;
color
:
#57ff3e
;
font-weight
:
bolder
;
padding
:
6px
;
}
.news
strong
{
font-weight
:
600
;
}
...
...
Please
register
or
login
to post a comment