mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Adopt hipsterish skinny font weights
This commit is contained in:
parent
0b25c2cece
commit
dfbd59c159
@ -148,13 +148,16 @@ a.tw-tiddlylink:hover {
|
||||
|
||||
a.tw-tiddlylink-resolves {
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a.tw-tiddlylink-missing {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a.tw-tiddlylink-external {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
** Drag and drop styles
|
||||
*/
|
||||
@ -268,6 +271,10 @@ a.tw-tiddlylink-missing {
|
||||
text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
|
||||
}
|
||||
|
||||
.sidebar-header .title a.tw-tiddlylink-resolves {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.sidebar-header .tw-sidebar-lists p {
|
||||
margin-top: 0.2em;
|
||||
margin-bottom: 0.2em;
|
||||
@ -400,7 +407,7 @@ a.tw-tiddlylink-missing {
|
||||
}
|
||||
|
||||
.title {
|
||||
font-weight: bold;
|
||||
font-weight: 300;
|
||||
font-size: 33px;
|
||||
line-height: 40px;
|
||||
color: #182955;
|
||||
@ -409,6 +416,7 @@ a.tw-tiddlylink-missing {
|
||||
.tw-subtitle {
|
||||
font-size: 0.9em;
|
||||
color: #c0c0c0;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.tw-tiddler-missing .title {
|
||||
|
Loading…
Reference in New Issue
Block a user