Skip to content

Commit dc41b3e

Browse files
committed
deploy: 50fd192
1 parent 8e13716 commit dc41b3e

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

assets/css/modern.css

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -938,11 +938,11 @@ a:hover {
938938
background: #ffffff;
939939
box-shadow: var(--shadow-sm);
940940
padding: 1.15rem 1.2rem;
941-
transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
941+
transition: box-shadow 0.2s ease, border-color 0.2s ease;
942942
}
943943

944944
.blog-hub__item:hover {
945-
transform: translateY(-2px);
945+
transform: none;
946946
border-color: #c4d6ea;
947947
box-shadow: var(--shadow-md);
948948
}
@@ -1447,22 +1447,26 @@ a:hover {
14471447
.newslist li,
14481448
.publications li,
14491449
.team_members_area ul li {
1450-
transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
1450+
transition: box-shadow 0.2s ease, border-color 0.2s ease;
14511451
}
14521452

14531453
.card-feature:hover,
1454-
.single-team-member:hover .meta-text,
14551454
.single_recent_project:hover,
14561455
.blog-card:hover,
14571456
.newslist li:hover,
14581457
.publications li:hover,
1459-
.team_members_area ul li:hover,
1460-
.project-card:hover {
1461-
transform: translateY(-3px);
1458+
.team_members_area ul li:hover {
1459+
transform: none;
14621460
box-shadow: var(--shadow-md);
14631461
border-color: #c4d6ea;
14641462
}
14651463

1464+
.single-team-member:hover .meta-text,
1465+
.project-card:hover {
1466+
transform: none;
1467+
box-shadow: var(--shadow-sm);
1468+
}
1469+
14661470
/* Responsive */
14671471
@media (max-width: 1199px) {
14681472
.header_area .navbar .nav .nav-item .nav-link {

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-02-22T16:59:09-05:00</updated><id>/feed.xml</id><title type="html">Ordered Systems Lab at U-M</title><subtitle>This is the website for the Ordered Systems Lab (a.k.a Order Lab) at University of Michigan, led by Prof. Ryan Huang.</subtitle><entry><title type="html">Launching the OrderLab Blog</title><link href="/blog/2026/02/21/launching-orderlab-blog/" rel="alternate" type="text/html" title="Launching the OrderLab Blog" /><published>2026-02-21T00:00:00-05:00</published><updated>2026-02-21T22:14:27-05:00</updated><id>/blog/2026/02/21/launching-orderlab-blog</id><content type="html" xml:base="/blog/2026/02/21/launching-orderlab-blog/"><![CDATA[<p>We have added a dedicated blog to the lab website to share technical updates in a faster, more narrative format than conference papers.</p>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-02-22T17:10:18-05:00</updated><id>/feed.xml</id><title type="html">Ordered Systems Lab at U-M</title><subtitle>This is the website for the Ordered Systems Lab (a.k.a Order Lab) at University of Michigan, led by Prof. Ryan Huang.</subtitle><entry><title type="html">Launching the OrderLab Blog</title><link href="/blog/2026/02/21/launching-orderlab-blog/" rel="alternate" type="text/html" title="Launching the OrderLab Blog" /><published>2026-02-21T00:00:00-05:00</published><updated>2026-02-21T22:14:27-05:00</updated><id>/blog/2026/02/21/launching-orderlab-blog</id><content type="html" xml:base="/blog/2026/02/21/launching-orderlab-blog/"><![CDATA[<p>We have added a dedicated blog to the lab website to share technical updates in a faster, more narrative format than conference papers.</p>
22

33
<p>Posts here will usually cover:</p>
44

0 commit comments

Comments
 (0)