Remove pro/floral CSS and background

This commit is contained in:
Sean King 2020-10-09 12:22:27 -06:00
parent c5e7ca922e
commit 31259fcc04
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257
4 changed files with 0 additions and 1076 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 149 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 149 KiB

View file

@ -20,7 +20,6 @@
@import 'donations';
@import 'dyslexic';
@import 'demetricator';
@import 'pro';
@import 'chats';
// COMPONENTS

View file

@ -1,5 +0,0 @@
.page--floral { background-image: url('../images/pro_bg/floral--light.svg'); }
body.theme-dark {
.page--floral { background-image: url('../images/pro_bg/floral--dark.svg'); }
}