* { font-family: Jetbrains Mono; background: transparent; color: #abbdf5; } #window { color: #abbdf5; border-color: #abbdf5; border-style: solid; border-width: 1px; opacity: 0.9; /*Linear gradient background instead of standard background, because it makes cleaner border-radius cuts, issa bug :p*/ background-image: linear-gradient(to bottom, #141216 80%); border-radius: 14px; } #scroll { border-top-style: solid; border-width: 1px; border-color: #abbdf5; } #inner-box { padding-top: 12px; } #entry { border-style: none; border-color: #abbdf5; color: #abbdf5; padding: 6px; margin-bottom: 8px; margin-left: 12px; margin-right: 12; opacity: 0.85 ; border-radius: 12px; } #entry:selected { background: #27232b; color: #abbdf5; font-weight: bold; outline: none; } #input { background-color: #141216; color: #abbdf5; border-color: #abbdf5; border-style: none; border-bottom-style: solid; border-width: 1px; font-style: normal; opacity: 0.85; border-radius: 8; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; padding: 12px; margin: 8px; } #input:focus { background: #27232b; opacity: 0.85; background-color: #27232b; border-color: #ac82e9; font-style: italic; } #img { padding: 4px; margin-right: 6px; }