Fix PHP, CSS AND JS coding standards
This commit is contained in:
parent
2351bef6ca
commit
f94fc1e59b
42 changed files with 357 additions and 213 deletions
|
@ -8,9 +8,9 @@ $color__background-ins: #fff9c0;
|
|||
$color__text-screen: #21759b;
|
||||
$color__text-input: #666;
|
||||
$color__text-input-focus: #111;
|
||||
$color__link: royalblue;
|
||||
$color__link-visited: purple;
|
||||
$color__link-hover: midnightblue;
|
||||
$color__link: #4169e1; //royalblue
|
||||
$color__link-visited: #800080; //purple
|
||||
$color__link-hover: #191970; //midnightblue
|
||||
$color__text-main: #404040;
|
||||
|
||||
$color__border-button: #ccc #ccc #bbb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue