style note

This commit is contained in:
2023-11-06 15:35:41 +01:00
parent 610f5a370d
commit 4b6fca5cfc
4 changed files with 59 additions and 7 deletions
@@ -37,11 +37,12 @@ table {
text-align: center;
font-weight: bold;
padding: 1rem;
background-color: grey; }
.note .note-title {
background-color: white;
display: block;
padding: 1rem; }
background-color: #d6d5d5; }
.note-title {
background-color: white;
display: block;
padding: 1rem; }
/*global*/
@font-face {
@@ -4,7 +4,7 @@
text-align: center;
font-weight: bold;
padding: 1rem;
background-color: grey;
background-color: rgb(214, 213, 213);
}
.note-title{
+1 -1
View File
@@ -3,7 +3,7 @@
/*components*/
@import "components/_quotes";
@import "components/_tablefields";
@import "components/_notes";
@import "components/_notes.scss";
/*global*/