⬆️ Bumped dependencies

🎨 Improved UI contrast
This commit is contained in:
Liyas Thomas
2019-12-14 15:23:10 +05:30
parent 9e2407b7f1
commit acc80cff74
10 changed files with 1335 additions and 1558 deletions

View File

@@ -50,6 +50,7 @@
border-radius: 0 0 8px 8px;
z-index: 9999;
transition: transform 0.2s ease-out;
box-shadow: 0 5px 30px rgba(black, 0.1);
li {
width: 100%;

View File

@@ -307,7 +307,7 @@ ol li {
}
.entry {
border-bottom: 1px solid var(--brd-color);
border-bottom: 1px dashed var(--brd-color);
padding: 16px 0;
}