Skip to content
Snippets Groups Projects
Commit 29bddac0 authored by Vermaat's avatar Vermaat
Browse files

Add underline and remove green/blue from link styles

parent 741f4c9b
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,14 @@ body{ ...@@ -8,6 +8,14 @@ body{
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
.container-fluid .row a {
text-decoration: underline;
}
.container-fluid .row a.btn {
text-decoration: none;
}
.block { .block {
background: white; background: white;
max-width: 1024px; max-width: 1024px;
...@@ -124,8 +132,10 @@ input[type="text"].form-pre{ ...@@ -124,8 +132,10 @@ input[type="text"].form-pre{
} }
code { code {
color: #0B9B33; /* color: #0B9B33;
background-color: #F2F9F3; background-color: #F2F9F3;*/
color: #333;
background-color: inherit;
white-space: normal; white-space: normal;
} }
...@@ -353,6 +363,7 @@ header.main-header { ...@@ -353,6 +363,7 @@ header.main-header {
.example-input, .example-input-2 { .example-input, .example-input-2 {
cursor: pointer; cursor: pointer;
color: #0B9B33;
} }
.example-input:hover, .example-input-2:hover { .example-input:hover, .example-input-2:hover {
......
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