diff --git a/.gitignore b/.gitignore index 2d24479d..ece147f5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.db main nyaa +nyaa-master.exe \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100644 index 00000000..73a75ebb --- /dev/null +++ b/css/style.css @@ -0,0 +1,13 @@ +.navbar { + background: linear-gradient(to bottom, #76eda0 0%,#1ad87f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ +} + +.remake { + background-color: #f0b0b0; +} +.trusted { + background-color: #98d9a8; +} +.aplus { + background-color: #60b0f0; +} \ No newline at end of file diff --git a/index.html b/index.html index 9d3a92fc..e4588a1b 100644 --- a/index.html +++ b/index.html @@ -17,18 +17,10 @@ + + + -