Advertisement
ghobs

Nostrgram Note CSS

Mar 19th, 2023
624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.66 KB | None | 0 0
  1.     .noteItem {
  2.         border-radius: 10px;
  3.         border: 1px solid black;
  4.         background-color: #020202;
  5.         margin-top: 15px;
  6.         background-image: none;
  7.     }
  8.     #noteLayoutPanel {
  9.         display: none;
  10.     }
  11.     .noteEmbed {
  12.         border: 1px solid #333;
  13.         border-radius: 10px;
  14.         padding: 1rem;
  15.         background-color: #111;
  16.     }
  17.     .discoveryNote {
  18.         border: 1px solid #333;
  19.         border-radius: 10px;      
  20.     }
  21.     .threadNoteItem {
  22.         border-radius: 10px !important;
  23.         background-color: #111 !important;
  24.         border: 1px solid #333 !important;
  25.         margin-top: 5px !important;
  26.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement