pub / dotfiles

Configuration of software on my computer
git clone https://src.jayvii.de/pub/dotfiles.git
Home | Log | Files | Exports | Refs | RSS

style.css (505B)


      1 * {
      2   color: #e5e9f0;
      3   background: transparent;
      4 }
      5 
      6 #window {
      7   background: rgba(41, 46, 66, 0.9);
      8   margin: auto;
      9   padding: 10px;
     10   border-radius: 20px;
     11   border: 5px solid #b072d1;
     12 }
     13 
     14 #input {
     15   padding: 10px;
     16   margin-bottom: 10px;
     17   border-radius: 15px;
     18 }
     19 
     20 #outer-box {
     21   padding: 20px;
     22 }
     23 
     24 #img {
     25   margin-right: 6px;
     26 }
     27 
     28 #entry {
     29   padding: 10px;
     30   border-radius: 15px;
     31 }
     32 
     33 #entry:selected {
     34   background-color: #2e3440;
     35 }
     36 
     37 #text {
     38   margin: 2px;
     39   font-size: 18px;
     40   font-family: Fira Code Regular
     41 }