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
23062308nav # nav-links {
2307- padding-right : 0 ;
2308- padding-left : 0 ;
2309+ padding-right : 3 vw ;
2310+ padding-left : 3 vw ;
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