1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-28 08:10:00 +02:00

Tweak colors

This commit is contained in:
Phuoc Nguyen
2021-04-01 16:04:59 +07:00
parent 354f8da849
commit e1b4c6efa2
9 changed files with 90 additions and 23 deletions

View File

@@ -7,12 +7,14 @@
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.25rem;
}
.demo__live {
height: 32rem;
}
.demo__css,
.demo__html {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.8);
height: 16rem;
overflow: auto;
}