new themes ... incomplete

v2.0
Steve Nyemba 5 months ago
parent 50206c59e8
commit ce924b78d2

@ -0,0 +1 @@
.main { font-size:14px; font-weight: lighter;}

@ -0,0 +1,17 @@
.content {
min-height:85vh;
line-height: 1.5;
font-weight:lighter;
font-family: sans-serif;
}
.main .header {
display:grid;
grid-template-columns: 64px auto; gap:4px;
}
.main .header .title {font-weight:bold; font-size:24px; text-transform: capitalize;}
.main .header .subtitle {font-size:14px; text-transform: capitalize;}
.main .header img {height:64px; width:64px}
.main .menu {display:none}
.pane {width:50%; height:100px; background-color: pink;}
Loading…
Cancel
Save