Simplify community section

This commit is contained in:
Marco Janotta
2021-06-05 22:27:55 +02:00
committed by Daniel Micay
parent 6a54597de8
commit 4b9cde8cdd
2 changed files with 37 additions and 35 deletions

View File

@@ -170,6 +170,16 @@ footer a, footer a:visited {
color: #b00020;
}
table {
border-collapse: collapse;
width: 100%;
}
td {
border: 1px solid #ddd;
padding: 0.5rem;
}
/* latin */
@font-face {
font-family: 'Roboto';
@@ -254,4 +264,8 @@ footer a, footer a:visited {
/* Baseline Material dark error color */
color: #cf6679;
}
td {
border-color: #222;
}
}