mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Add public domain day banner
This commit is contained in:
parent
1b604ca97f
commit
c65035630f
16 changed files with 293 additions and 105 deletions
8
lib/Enums/ColorSchemeType.php
Normal file
8
lib/Enums/ColorSchemeType.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?
|
||||
namespace Enums;
|
||||
|
||||
enum ColorSchemeType: string{
|
||||
case Auto = 'auto';
|
||||
case Dark = 'dark';
|
||||
case Light = 'light';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue