davvalent commited on 2022-04-26 23:38:31
Showing 1 changed files, with 4 additions and 12 deletions.
| ... | ... |
@@ -1,5 +1,3 @@ |
| 1 |
-/* tracked */ |
|
| 2 |
- |
|
| 3 | 1 |
/* |
| 4 | 2 |
Theme Name: Rookie |
| 5 | 3 |
Theme URI: https://www.themeboy.com/rookie/ |
| ... | ... |
@@ -70,13 +68,10 @@ textarea, |
| 70 | 68 |
text-transform: uppercase; |
| 71 | 69 |
} |
| 72 | 70 |
|
| 73 |
-/** |
|
| 74 |
- * Table Cell Font |
|
| 75 |
- * Deactivated font-size = 100% |
|
| 76 |
- */ |
|
| 71 |
+/* Table Cell Font */ |
|
| 77 | 72 |
th, |
| 78 | 73 |
td {
|
| 79 |
- /* font-size: 14px; */ |
|
| 74 |
+ font-size: 14px; |
|
| 80 | 75 |
text-align: center; |
| 81 | 76 |
} |
| 82 | 77 |
|
| ... | ... |
@@ -398,12 +393,9 @@ a:hover {
|
| 398 | 393 |
background: #00a69c; |
| 399 | 394 |
} |
| 400 | 395 |
|
| 401 |
-/** |
|
| 402 |
- * Widgets |
|
| 403 |
- * Deactivated font-size = 100% |
|
| 404 |
- */ |
|
| 396 |
+/* Widgets */ |
|
| 405 | 397 |
.widget {
|
| 406 |
- /* font-size: 14px; */ |
|
| 398 |
+ font-size: 14px; |
|
| 407 | 399 |
} |
| 408 | 400 |
|
| 409 | 401 |
/* Search Form & Widget */ |
| 410 | 402 |