Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32559117
D12632.1767278319.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
388 B
Referenced Files
None
Subscribers
None
D12632.1767278319.diff
View Options
diff --git a/landing/button.css b/landing/button.css
--- a/landing/button.css
+++ b/landing/button.css
@@ -1,4 +1,4 @@
-button.btn {
+.btn {
all: unset;
border-radius: 4px;
font-size: 16px;
@@ -10,4 +10,9 @@
flex-basis: 120px;
text-align: center;
cursor: pointer;
+ transition: background-color 150ms;
+}
+
+.btn:hover {
+ background-color: var(--violet-dark-80);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 1, 2:38 PM (20 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5876435
Default Alt Text
D12632.1767278319.diff (388 B)
Attached To
Mode
D12632: [landing] add hover effect to button
Attached
Detach File
Event Timeline
Log In to Comment