From 97d8513e6cba028be16623aab30076b285cca805 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 20 Apr 2020 10:57:53 +0200 Subject: Update style.css --- www/html/style.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'www/html') diff --git a/www/html/style.css b/www/html/style.css index 6d0bd42..45ce811 100755 --- a/www/html/style.css +++ b/www/html/style.css @@ -2,8 +2,25 @@ body { background-color:#000000; } -*{ - color: white; +p,i,table,form { + color:yellow; +} + +b { + color : #e600e6; +} + +h1,h2,h3,h4,h5,h6 { + color: #6666ff +} + +a { + color: #00ff00; + text-decoration: none; +} + + a:hover { + color: red; } table,th,td { -- cgit v1.2.3 a> : Aniki.git
Yet another android myanimelist client
aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/xyz/adjutor/aniki/presentation/model/TopAnime.kt (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-19Big updaterelease/3.2Clyhtsuriva1-1/+1
Restructuring the packages and adding a Constants.kt for the api URL. Also adding gson in Singletons.kt
2021-05-19Update README.mdClyhtsuriva1-1/+5
2021-05-14Update README.mdClyhtsuriva1-1/+3
2021-05-14Update README.mdClyhtsuriva1-0/+23
2021-05-14Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2-10/+13
2021-05-14Singletons on all pages : OKClyhtsuriva6-125/+81
2021-05-14Singletons : DetailTopManga : OKClyhtsuriva2-21/+49
2021-05-14Addedd Singletons for TopManga.Clyhtsuriva3-23/+43