Skip to content

Commit fd83d20

Browse files
committed
UI fixes
1 parent dd7f198 commit fd83d20

File tree

2 files changed

+24
-19
lines changed

2 files changed

+24
-19
lines changed

stack/css/markdown.min.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/* @override
22
https://shaarli:8890/tpl/chaaplin/css/markdown.min.css?*
33
https://liens.rolandtisserand.fr/tpl/bubbles/css/markdown.min.css?*
4-
https://liens.rolandtisserand.fr/tpl/stack/css/markdown.min.css?* */
4+
https://liens.rolandtisserand.fr/tpl/stack/css/markdown.min.css?*
5+
https://23-liens.local:8890/tpl/stack/css/markdown.min.css?* */
56

67

78
.markdown img {
@@ -23,17 +24,18 @@
2324
}
2425

2526
.markdown h2 {
26-
font-size: 2em !important;
27+
font-size: 150% !important;
2728
color: inherit !important;
29+
font-weight: 600 !important;
2830
}
2931

3032
.markdown h3 {
31-
font-size: 1.5em;
33+
font-size: 125%;
3234
margin-bottom: 1ch;
35+
font-weight: 600 !important;
3336
}
3437

3538
.markdown h4 {
36-
font-size: 1.2em
3739
}
3840

3941
.markdown h5 {

stack/css/stack.css

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
https://liens.rolandtisserand.fr/tpl/stack/css/stack.css?*
33
https://shaarli-dev:8890/tpl/stack/css/stack.css?*
44
https://shaarli-dev:8890/tpl/stack/css/stack.css?*
5+
https://23-liens.local:8890/tpl/stack/css/stack.css?*
56
*/
67

78
:root {
@@ -1370,6 +1371,10 @@ a:hover .svg-fill {
13701371
text-decoration: none;
13711372
}
13721373

1374+
.s_medium_post .linklist-link,.s_large_post .linklist-link {
1375+
font-weight: bold;
1376+
}
1377+
13731378
#linklist .url-display {
13741379
display: block;
13751380
font-size: var(--small-font);
@@ -1914,11 +1919,6 @@ a:hover .svg-fill {
19141919
display: none;
19151920
}
19161921

1917-
.subheader-form .item_action {
1918-
font-size: 1.2rem;
1919-
transition: background 200ms ease-in-out 0s;
1920-
}
1921-
19221922
.subheader-form.open {
19231923
visibility: visible;
19241924
display: block;
@@ -1934,12 +1934,16 @@ a:hover .svg-fill {
19341934
}
19351935

19361936
.subheader-form .item_action {
1937+
font-size: 1.2rem;
1938+
transition: background 200ms ease-in-out 0s;
1939+
color: var(--dark-main-color);
19371940
background-color: var(--background-color);
19381941
border-radius: var(--border-radius);
19391942
padding: 1ch;
19401943
padding-left: 2ch;
19411944
padding-right: 2ch;
19421945
text-decoration: none;
1946+
margin-bottom: 0;
19431947
}
19441948

19451949
.subheader-form .item_action:hover {
@@ -2298,14 +2302,12 @@ hr {
22982302

22992303
@media (min-width:1200px) {
23002304
#the-header {
2301-
padding-top: 3vw;
2302-
padding-left: 3vw;
2303-
padding-right: 3vw;
2305+
padding-top: 3vh;
23042306
}
23052307

23062308
nav#nav-links {
2307-
padding-right: 0;
2308-
padding-left: 0;
2309+
padding-right: 3vw;
2310+
padding-left: 3vw;
23092311
}
23102312

23112313

@@ -2344,11 +2346,12 @@ right: 3vw;
23442346

23452347
@media (prefers-color-scheme: dark) {
23462348
:root {
2347-
--dark-main-color: white;
2348-
--background-color: black;
2349-
--main-color: #3ec904;
2350-
}
2349+
--dark-main-color: white;
2350+
--background-color: black;
2351+
--main-color: #3ec904;
2352+
}
2353+
23512354
form [type="text"]::placeholder {
23522355
color: unset;
23532356
}
2354-
}
2357+
}

0 commit comments

Comments
 (0)