Skip to content

Commit 01c8be5

Browse files
committed
streamgraph css changes
1 parent 59a6a33 commit 01c8be5

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

vis/stylesheets/base/_colors.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,4 @@ $highlight: #e1e5e5;
143143
$highlight-searchterm: #EAEAEA;
144144
$infolink: #622166;
145145
$modal-title: $medium-blue;
146-
$area-title-h2: $okm-blue;
147146
}

vis/stylesheets/modules/list/_entry.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,9 @@ img#preview_page {
527527
background-color: $medium-blue;
528528
color: white;
529529
padding: 5px;
530-
border-radius: 5px;
531-
-moz-border-radius: 5px;
532-
-webkit-border-radius:5px;
530+
border-radius: 14px;
531+
-moz-border-radius: 14px;
532+
-webkit-border-radius: 14px;
533533
text-decoration: none;
534534

535535
&:hover {

0 commit comments

Comments
 (0)