Use CosmicSansNeueMono and shrink tag names
This commit is contained in:
parent
f86a550930
commit
c0ff83c752
1 changed files with 2 additions and 2 deletions
4
org.css
4
org.css
|
@ -41,14 +41,14 @@ h6 {
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
font-family: "PT Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier new", monospace;
|
font-family: "CosmicSansNeueMono", "PT Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier new", monospace;
|
||||||
margin: 1.2em -8pt;
|
margin: 1.2em -8pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
float: right;
|
float: right;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
font-size: 100%;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag span {
|
.tag span {
|
||||||
|
|
Loading…
Reference in a new issue