Simplify community section
This commit is contained in:
committed by
Daniel Micay
parent
6a54597de8
commit
4b9cde8cdd
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user