forked from External/greenlight
John ui fix issue#256 (#257)
Greenlight Homepage should display "Welcome to BigBlueButton", "powered by Greenlight"
This commit is contained in:
@ -63,3 +63,9 @@
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.blue-grad {
|
||||
background: linear-gradient(to right, rgba(65,105,225,1) 0%, rgba(0,0,225,1) 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
Reference in New Issue
Block a user