1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-01-24 16:08:46 +00:00
code-server-2/src/browser/pages/error.css

21 lines
322 B
CSS
Raw Normal View History

.error-display {
box-sizing: border-box;
color: #fcfcfc;
padding: 20px;
text-align: center;
}
.error-display > .links {
margin-top: 1rem;
}
.error-display > .links > .link {
color: #b6b6b6;
text-decoration: none;
}
.error-display > .links > .link:hover {
color: #fcfcfc;
text-decoration: underline;
}