Merge pull request #1691 from Gontier-Julien/devel

Change radius to 10px for a more modern look.
This commit is contained in:
Adam Warner
2021-01-13 20:52:40 +00:00
committed by GitHub
+5
View File
@@ -326,3 +326,8 @@
color: #f6f6f6;
background: #367fa9;
}
.box,
.small-box {
border-radius: 10px;
}