aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-04-20 10:57:53 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-04-20 10:57:53 +0200
commit97d8513e6cba028be16623aab30076b285cca805 (patch)
treedb2010cc0c6ffc72fc7a7ed79b6adca6e5366b49
parentfe93de292110fb7e92c5567224efb38075703370 (diff)
downloadATS-97d8513e6cba028be16623aab30076b285cca805.tar.gz
ATS-97d8513e6cba028be16623aab30076b285cca805.tar.bz2
ATS-97d8513e6cba028be16623aab30076b285cca805.zip
Update style.css
-rwxr-xr-xwww/html/style.css21
1 files changed, 19 insertions, 2 deletions
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 {
td>Clyhtsuriva1-5/+19 2021-06-28Changed the type of switch used in AudioElement.javaClyhtsuriva1-24/+14 2021-06-28Adding javadocs comments to Policy.javaClyhtsuriva1-80/+67 2021-06-28Change out to err for the path verification error message.Clyhtsuriva1-1/+2 2021-06-28Added a break at the end of the r command.Clyhtsuriva1-0/+1 2021-06-27Add new feature - display playlistmanthole5-0/+46 2021-06-27mvn packageClyhtsuriva11-6/+142 2021-06-27mvn packageClyhtsuriva26-301/+313 2021-06-27Fixing lower case issue following acceptance testClyhtsuriva1-9/+3 2021-06-27Fixing conflictsmanthole2-0/+139 2021-06-27Latest maven, jacoco and javadoc filesClyhtsuriva47-313/+822 2021-06-27Catch exception related to search functionalitysaid belhadj4-3/+11 2021-06-27Delete TEST-musichub.business.CategoryTest.xmlSaid Belhadj1-58/+0 2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164 2021-06-27Update search functionalitysaid belhadj2-0/+8 2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92 2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465 2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117 2021-06-27Song class fully covered.Clyhtsuriva13-49/+96 2021-06-27Starting Song testsClyhtsuriva17-59/+119 2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4 2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82