mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-07-15 10:47:26 +08:00
30 lines
522 B
CSS
30 lines
522 B
CSS
@import url('http://fonts.googleapis.com/css?family=Rationale');
|
|
|
|
.selected button {
|
|
background-color: rgba(158,158,158,0.2);
|
|
}
|
|
|
|
md-card-content.terminal {
|
|
background-color: rgb(113, 113, 113);
|
|
padding: 0;
|
|
}
|
|
|
|
.terminal {
|
|
background-color: rgb(113, 113, 113);
|
|
}
|
|
|
|
.terminal .xterm-viewport {
|
|
background-color: rgb(113, 113, 113);
|
|
}
|
|
|
|
.terminal .xterm-rows {
|
|
background-color: #000;
|
|
}
|
|
|
|
.clock {
|
|
font-family: 'Rationale', sans-serif;
|
|
font-size: 3.0em;
|
|
color: #1da4eb;
|
|
text-align: center;
|
|
}
|