markdown headings
frdel committed
Jun 18, 2025 at 16:52 UTC
552d9db5d4449862b0212f3e229fd32384aaf27a
1 file changed
+12
webui/index.css
+12
@@ -3002,26 +3002,38 @@ nav ul li a img {
3002
3003
.msg-content h1 {
3004
font-size: 1.25em;
3005
+ font-weight: 800;
3006
+ margin-bottom: 0.2em;
3007
}
3008
3009
.msg-content h2 {
3010
font-size: 1.2em;
3011
+ font-weight: 700;
3012
+ margin-bottom: 0.2em;
3013
}
3014
3015
.msg-content h3 {
3016
font-size: 1.15em;
3017
+ font-weight: 600;
3018
+ margin-bottom: 0.2em;
3019
}
3020
3021
.msg-content h4 {
3022
font-size: 1.1em;
3023
+ font-weight: 500;
3024
+ margin-bottom: 0.2em;
3025
}
3026
3027
.msg-content h5 {
3028
font-size: 1.05em;
3029
+ font-weight: 500;
3030
+ margin-bottom: 0.2em;
3031
}
3032
3033
.msg-content h6 {
3034
font-size: 1em;
3035
+ font-weight: 500;
3036
+ margin-bottom: 0.2em;
3037
}
3038
3039
.msg-content table {