visual improvements in many areas, and unification of links on home page.

This commit is contained in:
2024-12-13 12:10:27 -08:00
parent 02bde16a57
commit 3806e38af4
5 changed files with 51 additions and 20 deletions

View File

@@ -557,20 +557,20 @@
}
.ql-snow .ql-stroke {
fill: none;
stroke: #444;
stroke: #c2d2d7;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
fill: none;
stroke: #444;
stroke: #a1a1a1;
stroke-miterlimit: 10;
stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
fill: #444;
fill: #d2d2d2;
}
.ql-snow .ql-empty {
fill: none;
@@ -645,7 +645,7 @@
max-width: 100%;
}
.ql-snow .ql-picker {
color: #444;
color: #c8c8c8;
display: inline-block;
float: left;
font-size: 14px;