mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 13:48:38 +00:00
Powercord/Replugged Notifications
This commit is contained in:
@@ -80,6 +80,7 @@
|
|||||||
}
|
}
|
||||||
.role-2TIOKu {
|
.role-2TIOKu {
|
||||||
border: 1px solid var(--surCordBorder);
|
border: 1px solid var(--surCordBorder);
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
.input-2z42oC {
|
.input-2z42oC {
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
@@ -350,3 +351,17 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Powercord/Replugged Notifications */
|
||||||
|
.powercord-toast, .powercord-toast .contents .inner {
|
||||||
|
background: rgba(0, 0, 0, 0.436);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483);
|
||||||
|
border: 1px solid var(--surCordBorder);
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.powercord-toast .header {
|
||||||
|
background: var(--surCordTitleBar);
|
||||||
|
border-bottom: .5px solid black;
|
||||||
|
font-family: "Font Awesome 5 Pro" !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user