css titles

This commit is contained in:
2023-11-14 10:54:20 +01:00
parent b238355f9f
commit adb2e1f9da
3 changed files with 70 additions and 54 deletions
@@ -0,0 +1,9 @@
.book-depth-2{
border-top: 3px solid black;
border-bottom: 3px solid black;
// background-color: yellowgreen;
h1{
text-transform: uppercase;
}
}
+6 -5
View File
@@ -1,9 +1,6 @@
/*rorschach*/
/*components*/
@import "components/_quotes";
@import "components/_tablefields";
@import "components/_notes";
/*global*/
@@ -38,6 +35,10 @@
/*components*/
@import "components/_quotes";
@import "components/_tablefields";
@import "components/_notes";
@import "components/_titles";