We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120c5e1 commit 78033d3Copy full SHA for 78033d3
12 files changed
CSS/hover.css
@@ -0,0 +1,26 @@
1
+.hover_light_dark{
2
+ opacity: 0.5;
3
+ filter: alpha(opacity=50);
4
+ no-repeat;
5
+ }
6
+
7
+.hover_light_dark:hover {
8
+ opacity: 1;
9
+ filter: alpha(opacity=100);
10
11
12
13
14
+.hover_dark_light{
15
16
17
18
19
20
21
+.hover_dark_light:hover {
22
23
+ filter: alpha(opacity=500);
24
25
26
Images/matcheat_R_logo.png
31.4 KB
Images/matcheat_julia_logo.png
13.4 KB
Images/matcheat_matlab_logo.png
24.2 KB
Images/matcheat_matrix.png
184 KB
Images/matcheat_numpy_logo.png
8.55 KB
Images/matcheat_octave_logo.png
9.33 KB
Images/mathcheat_R_logo.png
-43.2 KB
Images/mathcheat_julia_logo.png
-27.8 KB
Images/mathcheat_matlab_logo.png
-39.3 KB
0 commit comments