reverse-shell-generator/css/dark-mode.css

65 lines
1.0 KiB
CSS
Raw Normal View History

2021-02-28 21:06:23 +00:00
.prompt-sign {
position: absolute;
top: 25px;
left: 40px;
pointer-events: none;
font-size: 1em;
}
2021-02-28 21:06:23 +00:00
.highlighted-parameter {
color: #c0c0ba;
font-weight: bold;
font-size: 1em;
}
2021-02-28 21:06:23 +00:00
.highlighted-warning {
color: red;
font-weight: bold;
}
2021-02-28 21:06:23 +00:00
.custom-switch label {
cursor: pointer;
user-select: none;
}
_:-ms-fullscreen,
:root body {
/* IE11 */
overflow-y: scroll;
}
#listener-command {
border: none !important;
border-radius: 5px;
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
}
#reverse-shell-command {
border: none !important;
border-radius: 5px;
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
background-color: rgb(70, 70, 70);
white-space: pre-wrap !important;
2021-02-28 21:06:23 +00:00
}
.custom-select {
background-color: #646464;
color: white;
}
.container {
padding: 10px;
border-radius: 20px;
box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.75);
max-height: 1000px;
}
h1,
h2,
h3,
h4,
h5 {
color: white;
text-align: center;
}