This website requires JavaScript.
Explore
Help
Sign In
devol
/
LinkStack
mirror of
https://github.com/LinkStackOrg/LinkStack.git
Watch
1
Star
0
Fork
You've already forked LinkStack
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
42d2fabd55
LinkStack
/
css
/
app-dark.css
5 lines
75 B
CSS
Raw
Normal View
History
Unescape
Escape
Added dark mode for app.css Added dark mode for app.css that will be used together with said file. The CSS file only changes background and text color.
2022-02-21 23:18:38 +01:00
*
{
background-color
:
#
292929
!
important
;
color
:
#
FFFFFF
!
important
;
Laravel 9 Update to Laravel 9 Commit for the upcoming from-end update.
2022-11-08 16:11:59 +01:00
}