More styling links
This commit is contained in:
@@ -410,10 +410,8 @@ button.secondary:hover {
|
|||||||
|
|
||||||
#data-acknowledgement-card a {
|
#data-acknowledgement-card a {
|
||||||
color: var(--link);
|
color: var(--link);
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#data-acknowledgement-card a:hover {
|
#data-acknowledgement-card a:hover {
|
||||||
color: var(--hover);
|
color: var(--hover);
|
||||||
text-decoration: underline;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>ClimbingBoardGPT</title>
|
<title>ClimbingBoardGPT</title>
|
||||||
<link rel="stylesheet" href="/static/app.css?v=17" />
|
<link rel="stylesheet" href="/static/app.css?v=19" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Top-level status: the app script replaces this with model readiness. -->
|
<!-- Top-level status: the app script replaces this with model readiness. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user