Skip to content

Commit 2cb77f1

Browse files
Andrei SalanovichAndrei Salanovich
authored andcommitted
address PR comment
1 parent 2f47a41 commit 2cb77f1

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

src/dorc-web/src/pages/page-scripts-list.ts

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,15 @@ export class PageScriptsList extends PageElement {
110110
border-style: solid;
111111
}
112112
.project-tag {
113-
font-weight: bold;
113+
font-size: 14px;
114+
font-family: monospace;
115+
background-color: cornflowerblue;
116+
color: white;
114117
display: inline-block;
115118
padding: 3px;
119+
margin: 3px;
120+
text-decoration: none;
116121
border-radius: 3px;
117-
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
118-
margin: 5px;
119-
background-color: white;
120-
color: gray;
121-
}
122-
123-
.project-tag:hover {
124-
box-shadow: 1px 2px 3px cornflowerblue;
125122
}
126123
127124
@keyframes spin {

0 commit comments

Comments
 (0)