add ritajs, let it show rhymes for the selected word upon clicking the rhyme FAB
This commit is contained in:
@@ -3,3 +3,14 @@
|
||||
@import "tailwindcss/utilities";
|
||||
|
||||
/* This file is for your main application CSS */
|
||||
|
||||
#rhyme-fab {
|
||||
background-color: #f9f9f9;
|
||||
border: solid 1px #d4d4d4;
|
||||
padding: 5px 10px;
|
||||
border-radius: 25px;
|
||||
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
#rhyme-fab:hover {
|
||||
background-color: #e8e8e8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user