Skip to content

Commit 15d9c9c

Browse files
committed
Make Scala version more prominent
White by default, scala stairs red on hover
1 parent a710ece commit 15d9c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,14 +1943,14 @@ a.central-btn.api {
19431943
width: 120px;
19441944
text-align: center;
19451945
font-family: "museo-slab", serif;
1946-
color: #174753;
1946+
color: white;
19471947
text-transform: none;
19481948
padding: 0 16px;
19491949
}
19501950

19511951
.scala-version:hover {
19521952
background: transparent;
1953-
color: #174753;
1953+
color: #eb2100;
19541954
cursor: text;
19551955
}
19561956

0 commit comments

Comments
 (0)