Skip to content
Snippets Groups Projects
Commit c3edc250 authored by Jeroen's avatar Jeroen
Browse files

testing...

parent 03eced9e
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
class Theme { class Theme {
### color set #1: ### color set #1:
var $bgcolor1 = "#000000"; // background color var $bgcolor1 = "#20B2AA"; // background color
var $fgcolor1 = "#675849"; // table body color var $fgcolor1 = "#FFFFFF"; // table body color
var $hlcolor1 = "orange"; // high-light color var $hlcolor1 = "#FF00FF"; // high-light color
### color set #2: ### color set #2:
var $bgcolor2 = "#EEEEEE"; var $bgcolor2 = "#EEEEEE";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment