]> Raphaël G. Git Repositories - blogbundle/commitdiff
Set h3 style
authorRaphaël Gertz <git@rapsys.eu>
Tue, 12 Dec 2023 17:35:08 +0000 (18:35 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 12 Dec 2023 17:35:08 +0000 (18:35 +0100)
Resources/public/css/screen.css

index 3b0382bd1132ff60808d9836aaa3ec99e226de95..46daa45cfbb54be9bf34977d7c1f18e63b234d8f 100644 (file)
@@ -36,8 +36,13 @@ h2 {
 }
 
 h3 {
-       font-size: 1.17rem;
-       margin: 1.17rem 0;
+       font-size: 1.25rem;
+       line-height: 1.65rem;
+       font-family: 'Lemon',sans-serif;
+       color: #09c;
+       text-shadow: 1.5px 1.5px 3px #136;
+       /*font-size: 1.17rem;
+       margin: 1.17rem 0;*/
 }
 
 h4 {