Fix bug on reading letter
This commit is contained in:
parent
3b378722d8
commit
780c2b7111
2 changed files with 3 additions and 2 deletions
|
|
@ -124,6 +124,7 @@ class CmdSetBook(CmdSet):
|
|||
priority = 2
|
||||
|
||||
def at_cmdset_creation(self):
|
||||
self.add(CmdReadBook)
|
||||
self.add(CmdBurnBook)
|
||||
self.add(CmdDropBook)
|
||||
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@ h1,h2,h3 {
|
|||
}
|
||||
|
||||
h1 {
|
||||
color: ##90BE51; /* #B63F31 */
|
||||
color: ##b0dE71; /* #B63F31 */
|
||||
/* color: #423222; */
|
||||
text-shadow: 5px 5px 5px #E3ECDE;
|
||||
text-shadow: 5px 5px 5px black; /* #E3ECDE; */
|
||||
font-size: 5.0vw;
|
||||
font-weight: 900;
|
||||
/* text-align: justify; */
|
||||
|
|
|
|||
Loading…
Reference in a new issue