User:Nattern/vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
m (typo)
Tag: Reverted
m (Border radius for message boxes)
Tag: Manual revert
Line 1: Line 1:
.ambox {
.ambox {
border-radius: 10px;
border-radius: 10px;
}
.ambox-move {
  background: linear-gradient(90deg, rgba(88, 124, 209, 0.5) 0%, black 100%);
}
}

Revision as of 09:51, 29 December 2023

.ambox {
	border-radius: 10px;
}