We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a6a33 commit 01c8be5Copy full SHA for 01c8be5
2 files changed
vis/stylesheets/base/_colors.scss
@@ -143,5 +143,4 @@ $highlight: #e1e5e5;
143
$highlight-searchterm: #EAEAEA;
144
$infolink: #622166;
145
$modal-title: $medium-blue;
146
- $area-title-h2: $okm-blue;
147
}
vis/stylesheets/modules/list/_entry.scss
@@ -527,9 +527,9 @@ img#preview_page {
527
background-color: $medium-blue;
528
color: white;
529
padding: 5px;
530
- border-radius: 5px;
531
- -moz-border-radius: 5px;
532
- -webkit-border-radius:5px;
+ border-radius: 14px;
+ -moz-border-radius: 14px;
+ -webkit-border-radius: 14px;
533
text-decoration: none;
534
535
&:hover {
0 commit comments