Skip to content
Snippets Groups Projects
Commit 12fba639 authored by bucherda's avatar bucherda
Browse files

added: Updatefile for the Database, changed: link color in admin menu

parent e2402482
No related branches found
No related tags found
1 merge request!2new features added
ALTER TABLE `fahrten` ADD `isSummer` TINYINT(1) NOT NULL DEFAULT '0' ;
ALTER TABLE `bachelor` ADD `mGame` TINYINT(1) NOT NULL DEFAULT '1' , ADD `isOrga` TINYINT(1) NOT NULL DEFAULT '0' ;
\ No newline at end of file
......@@ -11,12 +11,12 @@ body{
a:link, a:visited {
background-color:inherit;
color:#ff8400;;
color:#117733;
text-decoration:none;
}
a:active, a:hover {
background-color:inherit;
color:#ff6000;
color:#44AA99;
text-decoration:none;
}
a[href ^= "http"]:after {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment