diff options
Diffstat (limited to 'assets/css/default.css')
| -rw-r--r-- | assets/css/default.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 2f875019..bbeaf076 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -2,6 +2,17 @@ background-color: rgb(255, 0, 0, 0.5); } +.channel-profile > * { + font-size: 1.17em; + font-weight: bold; + vertical-align: middle; +} + +.channel-profile > img { + width: 64px; + height: 64px; +} + .channel-owner { background-color: #008bec; color: #fff; |
